Getting started | JW6 Examples

For each video you wish to configure with JW Player you simply need to wrap the native video tag in a new settings div as follows: <div class=”jw-settings” id=”my_simple_settings”>      <video id=”my_simple_video” poster=”/posters/big-buck-bunny-preview.jpg” preload=”none”>           <source src=”/videos/mp4/big-buck-bunny.mp4″ type=”video/mp4″ />           <source src=”/videos/webm/big-buck-bunny.webm” type=”video/webm” />      </video> </div> It is important to note that … Continue reading Getting started | JW6 Examples